home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / dc / dcshohex.arc / dcshohex.txt < prev   
Text File  |  1990-11-02  |  3KB  |  92 lines

  1. DC Show Hex v1.0
  2. (11-02-90)
  3.  
  4. SHAREWARE Program by Keith Gerdes
  5. Copyright (c) 1990 Double Click Software
  6.  
  7.  
  8. Show Hex is a 100% assembly program that lets you view and search data in
  9. a file or system memory.  For ease of use, input is supported through both
  10. the keyboard and the mouse.  In addition, simple integration into the
  11. DC Desktop environment is implemented.
  12.  
  13. * Getting started
  14.   To use from the GEM desktop:
  15.    Execute the program. An alert will query you to Run|Install|Quit.
  16.    Choosing Install without DC Desktop will Run the program. Once the
  17.    file selector appears, choose the file you wish to view.
  18.   Another option for DC Desktop 1.2 owners:
  19.    Place in the auto folder to auto install in the SHOW chain.
  20.  
  21. * Screen Display
  22.   Data is represented in a three column format: offset, hex value, and
  23.   ascii value.
  24.   1) Offset is the hex displacement in either the file or memory.
  25.   2) Hex value is the byte equivalent of the data. ( FF Hex = 256 Decimal )
  26.   3) Ascii value is the text equivalent of the data byte. ( 9 Ascii = 39 Hex )
  27.  
  28. * DC Desktop Owners
  29.   DC Show 1.2 scans the file to show and determines its contents- ascii
  30.   or binary data. 
  31.   While viewing a text file you can toggle to Show Hex with [H].
  32.   A binary file is handed off to Show Hex with no toggling accepted.
  33.   Control+F2 calls it up when installed.
  34.   NOTE: Show Hex is fully supported only in version 1.2 of DC Desktop
  35.         with DC Show.  There are no restrictions with the use of DC Pick
  36.         and/or DC Menu.
  37.  
  38. * User Input
  39. [Function   - Press]
  40.  Exit       - Q, Undo, Esc, or both mouse buttons
  41.  DC Show    - A (go back to DC Show if text file)
  42.  Next $100  - D, shift down arrow, or left mouse button
  43.       $10   - down arrow
  44.       $1    - left arrow
  45.  Back $100  - U, shift up arrow, or right mouse button
  46.       $10   - up arrow
  47.       $1    - right arrow
  48.  Top        - T
  49.               File: Top of file | Memory: Origin
  50.  Bottom     - B
  51.               File: End-$100 | Memory: Memory block end-$100
  52.  Set offset - O (hex value)
  53.   or origin   File - offset
  54.               Memory - origin
  55.                        (precede with an * to act like a ptr)
  56.                        (ie Origin $*4f2 sets origin to base of OS)
  57.  Toggle     - keypad * toggles display of file or memory
  58.  Search     - S,G
  59.  Next match - N 
  60.  
  61. In memory mode, set origin to:
  62.  $00000000  - F1 ( base of ram )
  63.  $00FA0000  - F2 ( base of cartridge )
  64.  $00XX0000  - F3 ( base of OS- XX= $FC=[1.0-1.4], $E0=[1.6,3.x] {$*4f2} )
  65.  $00000400  - F4 ( system variables )
  66.  $????????  - F5 ( cookie jar location {$*5a0} )
  67.  $????????  - F6 ( screen location {$*44e} )
  68.  $????????  - F7 ( Line-A variables )
  69.  $01000000  - F8 ( TT fast RAM )
  70. [Note: Some memory locations may not apply to your system.] 
  71.  
  72. * Contacting us
  73. We solicit all comments and suggestions to help advance the usefullness
  74. of this and all our software.
  75. On Genie: DOUBLE-CLICK (CATegory 30)
  76.    Compuserve: 75300,577 (GO ATARIVEND | Area 13)
  77.    Usenet: uace0@menudo.uh.edu
  78.    BBS: 713-944-0108
  79.  
  80.  
  81. Thank you for taking the time to read this file. This program is released
  82. as a SHAREWARE program. As such, a $5 donation is requested if you utilize
  83. this useful utility.
  84.  
  85. Address:
  86. Double Click Software
  87. PO Box 741206
  88. Houston, Tx 77274
  89.  
  90. Phone:
  91. 713-977-6520
  92.